.transparent-bg{
    background-color: rgba(44, 106, 153, 0.664);
}


.ti-inner-timeline {
    padding-top: 0 !important;
}

.separators-space{
    padding-top: 180px;
    padding-bottom: 180px;
}

.custom-bg{
    /* background: #22287E; */
    /* background: rgb(59, 127, 124);
        background: linear-gradient(45deg, rgba(59, 127, 124, 1) 0%, rgba(66, 189, 182, 1) 57%, rgba(9, 172, 191, 1) 100%); */
        background: url('../images/hero/bg-blur.jpg');
        background-size: cover;
        background-repeat: no-repeat;
}

.service-hero-space{
    height: 620px !important;
}

.logo-about{
    position: absolute;
    width: inherit;
    opacity: 0.02;
}

.text{
    font-size: 15px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .service-hero-space {
        height: 475px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .service-hero-space {
            height: 450px !important;
        }
}

.service-hero-text h1 {
    font-size: 75px !important;
}

.job-name{
    font-size: 20px !important;
}

.custom-link{
    color: #BB0A21 !important;
    text-decoration: underline;
}

.custom-link:hover {
    color: #22287E !important;
    text-decoration: underline;
}

.custom-highlight-green{
    color: #22287E !important;
    font-weight: 600 !important;
}

.job-position{
    display: block;
    color: #22287E;
}

.slider-heading-home{
    font-size: 18px !important;
}


.widget-blog-recent-post ul li a{
    padding: 15px 0 2px 20px !important;
    font-size: 16px;
    font-weight: 400;
}

.p1 a{
    color: #BB0A21;
}

.p1 a:hover {
    color: #22287E;
}


.highlight-service a{
    color: #BB0A21 !important;
}

.post-title{
    color:#22287E;
}

.side-blog-title{
    font-size: 20px;
    font-weight: 500;
}

.hyper{
    color: #BB0A21 !important;
}

.hyper:hover{
    color: #22287E !important;
}

.rotate{
    width: 80px;
}

.rotate:hover{
    width: 85px;
    
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.ceo-heading{
    font-size: 24px;
    color: #212121; 
}

.ceo-sub-heading{
    font-size: 20px;
    color: #676767;
    margin-bottom: 10px;
}

.contact-details{
    font-size: 18px;
    font-weight: 400;
}

.animated-intro span {
    font-size: 50px;
    display: inline-block;
    animation: slideLeft 3.5s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media only screen and (max-width: 600px) {
    .animated-intro span {
        font-size: 22px;
    }
    .animated-sub-intro{
        font-size: 18px !important;
    }
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

.animated-sub-intro{
    font-size: 25px;
}

.contact-inner input, select{
    height: 40px !important;
}

.custom-contact-heading{
    font-size: 16px;
}

.custom-contact-details{
    font-size: 14px;
    margin-bottom: 0 !important;
}

.side-border{
    border-left: 2px solid #22287E !important;
    
}

canvas#canvas {
    max-width: 100%;
    margin: 0 auto 0;
    display: block;
}